@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/style/main.css" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/style/main.css" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .icons-a1, .icons-a2, .icons-a3, .icons-b2, .icons-c1s, .icons-c2 {
  background-image: url('../images/icons-s9695261730.png');
  background-repeat: no-repeat;
}

.icons-a1 {
  background-position: 0 0;
  height: 28px;
  width: 30px;
}

.icons-a2 {
  background-position: 0 -28px;
  height: 27px;
  width: 27px;
}

.icons-a3 {
  background-position: 0 -55px;
  height: 27px;
  width: 27px;
}

.icons-b2 {
  background-position: 0 -82px;
  height: 27px;
  width: 114px;
}

.icons-c1s {
  background-position: 0 -109px;
  height: 39px;
  width: 39px;
}

.icons-c2 {
  background-position: 0 -148px;
  height: 37px;
  width: 37px;
}

/* 基础样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/1 "微软雅黑",Arial,Verdana;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

input, select, textarea {
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  padding-left: 3px;
}

i {
  color: inherit;
  display: inline-block;
}

strong {
  font-weight: bold;
}

input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

.wrap {
  width: 1200px;
  margin: auto;
}
.wrap:before, .wrap:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.clear:before, .clear:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

/*  去除百度地图排版错乱和边款不对齐的问题 */
#dituContent img {
  max-width: auto;
}

#dituContent * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*  header  */
.header .header-top {
  background: #3b3b3b;
  height: 40px;
  line-height: 40px;
  color: #c3c3c3;
}
.header .header-top .lt {
  font-size: 19px;
}
.header .header-top .rt {
  font-size: 14px;
}
.header .header-top i {
  margin: 0 8px;
  vertical-align: -7px;
}
.header .top-weixin {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
}
.header .top-weixin:hover .img {
  display: block;
}
.header .top-weixin .img {
  padding: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  display: none;
  z-index: 100;
}
.header .top-weixin .img:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #0065ff;
  margin: auto;
}
.header .top-weixin .img img {
  padding: 5px;
  background: #0065ff;
  width: 100px;
  height: 100px;
}
.header .header-nav {
  height: 76px;
}
.header .header-nav .logo img {
  margin-top: 15px;
}
.header .header-nav ul {
  float: right;
  width: 780px;
  padding-top: 35px;
}
.header .header-nav ul:before, .header .header-nav ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.header .header-nav li {
  float: left;
  position: relative;
  margin-left: 37px;
}
.header .header-nav li a {
  display: block;
  height: 100%;
}
.header form.search-form {
  background: url(../images/search.jpg) center center no-repeat;
  width: 180px;
  height: 34px;
  line-height: 34px;
  margin-top: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.header form.search-form .text {
  width: 144px;
  height: 100%;
  vertical-align: top;
  margin-right: -3px;
  text-indent: 10px;
  background: none;
}
.header form.search-form .submit {
  height: 100%;
  width: 34px;
  vertical-align: top;
  cursor: pointer;
  background: none;
}

/* banner */
.banner {
  position: relative;
  /* 为了左右按钮定位 */
}
.banner ul {
  height: 661px;
}
.banner ul li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-page {
  height: 351px;
}
.banner .to-left, .banner .to-right {
  position: absolute;
  top: 40%;
  font-size: 40px;
  cursor: pointer;
}
.banner .to-left {
  left: 5%;
}
.banner .to-right {
  right: 5%;
}
.banner .btns {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5%;
}
.banner .btns span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #ddd;
  margin: 5px;
  cursor: pointer;
}
.banner .btns .active {
  background: #3365ad;
}

/* content  */
.news {
  padding: 50px 0;
}
.news > .lt {
  width: 651px;
}
.news > .rt {
  width: 483px;
  height: 351px;
}
.news .news-title {
  padding: 10px 0;
  border-bottom: 1px solid;
  color: #ddd;
}
.news .news-title strong {
  color: #e6e3e3;
  font-size: 30px;
  font-weight: normal;
}
.news .news-title span {
  color: #666;
  font-size: 18px;
  vertical-align: 2px;
}
.news .news-title .more {
  float: right;
  padding: 1px 10px;
  margin-top: 18px;
  background: #3365ad;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
}
.news .news-list {
  position: relative;
  width: 95%;
}
.news .news-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news .news-list .item {
  padding-top: 30px;
}
.news .news-list .item:before, .news .news-list .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.news .news-list .lt {
  text-align: center;
  color: #666;
  width: 94px;
  border-right: 1px solid #c5c4c4;
  padding-bottom: 5px;
}
.news .news-list .lt .day {
  font-size: 36px;
  line-height: 46px;
}
.news .news-list .lt span {
  font-size: 14px;
  padding-bottom: 7px;
}
.news .news-list .rt {
  width: 495px;
}
.news .news-list .rt h3 {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}
.news .news-list .rt h3:hover {
  color: #3365ad;
}
.news .news-list .rt .text {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  padding-top: 4px;
  overflow: hidden;
}
.news .news-list .rt .text .more {
  margin-left: 20px;
}
.news .news-list .rt .text .more:hover {
  color: #3365ad;
}

.products {
  background: #fbfbfb;
  padding-top: 80px;
  padding-bottom: 60px;
}
.products .products-banner {
  position: relative;
  float: left;
  width: 955px;
}
.products .products-banner .products-banner-area {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  margin: auto;
  margin-top: -50px;
  padding-top: 50px;
  font-size: 18px;
}
.products .products-banner .products-banner-box .products-item {
  position: relative;
  float: left;
  padding-right: 40px;
}
.products .products-banner .products-banner-box .products-item img {
  width: 100%;
  height: 204px;
}
.products .products-banner .products-banner-box .products-item h3 {
  margin-top: 23px;
  text-align: center;
  font-size: 16px;
  color: #616161;
}
.products .products-banner .products-banner-box .products-item h3:hover {
  color: #3365ad;
}
.products .products-banner .products-banner-box .products-item .more {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: -20px;
  padding: 14px;
  background: #3365ad;
  color: #fff;
}
.products .products-banner .to-left, .products .products-banner .to-right {
  position: absolute;
  color: #555;
  font-size: 32px;
  top: 52%;
  font-weight: bold;
  cursor: pointer;
}
.products .products-banner .to-left:hover, .products .products-banner .to-right:hover {
  color: #3365ad;
}
.products .products-banner .to-left {
  right: -15%;
}
.products .products-banner .to-right {
  right: -20%;
}
.products .products-title {
  float: right;
  width: 150px;
  padding-right: 60px;
  font-size: 17px;
  color: #5e5e5e;
  text-align: right;
  line-height: 26px;
  margin-top: 28px;
}

.about {
  background: #f5f5f5;
  padding: 75px 0;
}
.about .wrap {
  position: relative;
}
.about .text {
  width: 496px;
  height: 433px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 80px 82px;
  background: #fff;
}
.about .text h2 {
  font-size: 24px;
  color: #666666;
  margin-bottom: 33px;
}
.about .text h2 strong {
  font-size: 30px;
  font-weight: normal;
  color: #474747;
}
.about .text .description {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 168px;
  overflow: hidden;
}
.about .text .more {
  display: inline-block;
  width: 125px;
  line-height: 113px;
  height: 113px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -60px;
  bottom: 0;
  background: #3365ad;
}
.about .img {
  float: right;
  width: 776px;
  height: 529px;
}

/* footer */
.footer {
  padding-top: 40px;
  background: #292929;
}
.footer .lt {
  width: 1030px;
}
.footer .lt dl {
  float: left;
  width: 147px;
  padding-left: 20px;
}
.footer .lt dl dt {
  font-size: 14px;
  margin-bottom: 25px;
  color: #c1c1c1;
}
.footer .lt dl dd {
  font-size: 12px;
  font-family: "宋体";
  margin-bottom: 12px;
  color: #656565;
}
.footer .rt {
  width: 150px;
  text-align: center;
}
.footer .rt img {
  width: 107px;
  height: 107px;
}
.footer .rt h4 {
  font-size: 12px;
  color: #656565;
  font-family: "宋体";
  margin-top: 15px;
}
.footer .copyright {
  margin-top: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #1f1f1f;
}

.page-content {
  overflow: hidden;
  padding: 40px 0;
  background: #f7f7f7;
}

/* nav  */
.nav {
  margin-bottom: 40px;
}
.nav:before, .nav:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.nav .nav-title {
  display: none;
}
.nav dl {
  margin-right: 8px;
  float: left;
  background: #fff;
}
.nav dl.active dt {
  background: #3365ad;
  color: #fff;
}
.nav dl.active .child-type {
  display: block;
}
.nav dt {
  height: 47px;
  position: relative;
  line-height: 45px;
  width: 138px;
  line-height: 47px;
  text-align: center;
  color: #919191;
  border: 1px solid #ddd;
}
.nav dt:hover {
  background: #3365ad;
  color: #fff;
}
.nav .child-type {
  display: none;
}
.nav dd {
  padding: 15px 0 15px 40px;
  background: #FBFBFB;
  border-top: 1px solid #fff;
  font-size: 12px;
}
.nav dd:hover {
  color: #fff;
  background: #3365ad;
}
.nav dd.active {
  color: #fff;
  background: #3365ad;
}
.nav a {
  display: block;
  height: 100%;
}

/* public  */
.public {
  padding: 27px 42px;
  background: #fff;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.9;
  min-height: 400px;
}

/* position  */
.position {
  display: none;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.position:before, .position:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.position .lt {
  margin-left: 5px;
}
.position .rt {
  margin-right: 5px;
  font-size: 12px;
  margin-top: 3px;
}
.position .rt i {
  vertical-align: -1px;
}

.public-area:before, .displaynews-area:before, .public-area:after, .displaynews-area:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/* pages  */
.displayproducts-area img,
.displaynews-area img,
.displayhonor-area img,
.displaycase-area img {
  max-width: 100%;
}

.products-area ul {
  overflow: hidden;
  width: 105%;
}
.products-area ul li {
  float: left;
  width: 260px;
  text-align: center;
  margin-bottom: 40px;
  margin-right: 25px;
  position: relative;
  height: 260;
}
.products-area ul li a {
  display: block;
}
.products-area ul li img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.products-area ul li h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.products-area ul li .shadow {
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.products-area ul li .shadow h4 {
  margin-top: 90px;
  font-size: 16px;
}
.products-area ul li .shadow i {
  font-size: 45px;
  line-height: 1;
}
.products-area ul li:hover h3 {
  background: #3365ad;
  color: #fff;
}
.products-area ul li:hover .shadow {
  display: block;
}

.displayproducts-area .pro-brief {
  text-align: center;
}
.displayproducts-area .pro-name {
  font-size: 20px;
  line-height: 60px;
  color: #3365ad;
}

.news-area li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
.news-area li:before, .news-area li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.news-area .lt img {
  width: 293px;
  height: 204px;
}
.news-area .rt {
  width: 766px;
}
.news-area .rt h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-area .rt h3:hover {
  color: #3365ad;
}
.news-area .rt .text {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}
.news-area .rt .more {
  text-align: right;
  margin-top: 40px;
}
.news-area .rt .more a {
  display: inline-block;
  padding: 4px 15px;
  font-size: 14px;
  background: #3365ad;
  color: #fff;
}

.displaynews-area h3 {
  text-align: center;
  font-size: 24px;
}
.displaynews-area h4 {
  font-size: 12px;
  color: #6d6d6d;
  padding-top: 10px;
  text-align: center;
  font-weight: normal;
}
.displaynews-area p {
  margin: 20px 10px;
}
.displaynews-area .dis_page {
  margin: 30px 20px;
  font-size: 14px;
}
.displaynews-area .dis_page a {
  font-size: 13px;
}
.displaynews-area .dis_page a:hover {
  color: #3365ad;
}
.displaynews-area .dis_page p {
  margin: 0;
}
.displaynews-area .new_print a {
  font-size: 13px;
}

.honor-area ul {
  overflow: hidden;
}
.honor-area li {
  float: left;
  width: 25%;
  padding: 20px;
  text-align: center;
}
.honor-area li .img {
  padding-top: 100%;
}
.honor-area li h3 {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.displayhonor-area {
  text-align: center;
}
